home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / xsokoban / Imakefile < prev    next >
Encoding:
Makefile  |  1995-06-27  |  369 b   |  14 lines

  1. #
  2. #    Imakefile for xsokoban
  3. #
  4.         DEPLIBS = $(DEPXLIB)
  5. LOCAL_LIBRARIES = $(XMLIB) $(XTOOLLIB) $(XLIB) 
  6.        INCLUDES = -I. -I$(TOP)/lib -I/usr/include/X11
  7.            SRCS = sok.c readscreen.c xdisp.c play.c save.c score.c
  8.            OBJS = sok.o readscreen.o xdisp.o play.o save.o score.o
  9.  
  10.  
  11. ComplexProgramTarget(xsokoban)
  12.  
  13. InstallProgram(xsokoban, /usr/games/X11)
  14.